home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / system / srouted-.000 / srouted- / srouted-0.1pl1 / kernel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-17  |  273 b   |  15 lines

  1. /* kernel.h -- interface to kernel routing mechanisms */
  2.  
  3. /*
  4.  *    $Id: kernel.h,v 1.1 1995/01/27 04:44:50 buhr Exp $
  5.  */
  6.  
  7. #ifndef INC_KERNEL_H
  8. #define INC_KERNEL_H
  9.  
  10. void kr_getifconf( void );
  11. void kr_delroute( int route );
  12. void kr_addroute( int route );
  13.  
  14. #endif INC_KERNEL_H
  15.